derelict.purple.accountopt

Undocumented in source.

Members

Aliases

PurpleAccountOption
alias PurpleAccountOption = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleAccountUserSplit
alias PurpleAccountUserSplit = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_add_list_item
alias da_purple_account_option_add_list_item = void function(PurpleAccountOption* option, const(char)* key, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_bool_new
alias da_purple_account_option_bool_new = PurpleAccountOption* function(const(char)* text, const(char)* pref_name, gboolean default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_destroy
alias da_purple_account_option_destroy = void function(PurpleAccountOption* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_get_default_bool
alias da_purple_account_option_get_default_bool = gboolean function(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_get_default_int
alias da_purple_account_option_get_default_int = int function(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_get_default_list_value
alias da_purple_account_option_get_default_list_value = const(char)* function(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_get_default_string
alias da_purple_account_option_get_default_string = const(char)* function(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_get_list
alias da_purple_account_option_get_list = GList* function(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_get_masked
alias da_purple_account_option_get_masked = gboolean function(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_get_setting
alias da_purple_account_option_get_setting = const(char)* function(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_get_text
alias da_purple_account_option_get_text = const(char)* function(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_get_type
alias da_purple_account_option_get_type = PurplePrefType function(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_int_new
alias da_purple_account_option_int_new = PurpleAccountOption* function(const(char)* text, const(char)* pref_name, int default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_list_new
alias da_purple_account_option_list_new = PurpleAccountOption* function(const(char)* text, const(char)* pref_name, GList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_new
alias da_purple_account_option_new = PurpleAccountOption* function(PurplePrefType type, const(char)* text, const(char)* pref_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_set_default_bool
alias da_purple_account_option_set_default_bool = void function(PurpleAccountOption* option, gboolean value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_set_default_int
alias da_purple_account_option_set_default_int = void function(PurpleAccountOption* option, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_set_default_string
alias da_purple_account_option_set_default_string = void function(PurpleAccountOption* option, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_set_list
alias da_purple_account_option_set_list = void function(PurpleAccountOption* option, GList* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_set_masked
alias da_purple_account_option_set_masked = void function(PurpleAccountOption* option, gboolean masked)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_option_string_new
alias da_purple_account_option_string_new = PurpleAccountOption* function(const(char)* text, const(char)* pref_name, const(char)* default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_user_split_destroy
alias da_purple_account_user_split_destroy = void function(PurpleAccountUserSplit* split)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_user_split_get_default_value
alias da_purple_account_user_split_get_default_value = const(char)* function(const(PurpleAccountUserSplit)* split)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_user_split_get_reverse
alias da_purple_account_user_split_get_reverse = gboolean function(const(PurpleAccountUserSplit)* split)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_user_split_get_separator
alias da_purple_account_user_split_get_separator = char function(const(PurpleAccountUserSplit)* split)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_user_split_get_text
alias da_purple_account_user_split_get_text = const(char)* function(const(PurpleAccountUserSplit)* split)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_user_split_new
alias da_purple_account_user_split_new = PurpleAccountUserSplit* function(const(char)* text, const(char)* default_value, char sep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_account_user_split_set_reverse
alias da_purple_account_user_split_set_reverse = void function(PurpleAccountUserSplit* split, gboolean reverse)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

purple_account_option_add_list_item
void purple_account_option_add_list_item(PurpleAccountOption* option, const(char)* key, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_bool_new
PurpleAccountOption* purple_account_option_bool_new(const(char)* text, const(char)* pref_name, gboolean default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_destroy
void purple_account_option_destroy(PurpleAccountOption* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_default_bool
gboolean purple_account_option_get_default_bool(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_default_int
int purple_account_option_get_default_int(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_default_list_value
const(char)* purple_account_option_get_default_list_value(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_default_string
const(char)* purple_account_option_get_default_string(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_list
GList* purple_account_option_get_list(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_masked
gboolean purple_account_option_get_masked(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_setting
const(char)* purple_account_option_get_setting(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_text
const(char)* purple_account_option_get_text(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_type
PurplePrefType purple_account_option_get_type(const(PurpleAccountOption)* option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_int_new
PurpleAccountOption* purple_account_option_int_new(const(char)* text, const(char)* pref_name, int default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_list_new
PurpleAccountOption* purple_account_option_list_new(const(char)* text, const(char)* pref_name, GList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_new
PurpleAccountOption* purple_account_option_new(PurplePrefType type, const(char)* text, const(char)* pref_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_set_default_bool
void purple_account_option_set_default_bool(PurpleAccountOption* option, gboolean value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_set_default_int
void purple_account_option_set_default_int(PurpleAccountOption* option, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_set_default_string
void purple_account_option_set_default_string(PurpleAccountOption* option, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_set_list
void purple_account_option_set_list(PurpleAccountOption* option, GList* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_set_masked
void purple_account_option_set_masked(PurpleAccountOption* option, gboolean masked)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_string_new
PurpleAccountOption* purple_account_option_string_new(const(char)* text, const(char)* pref_name, const(char)* default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_user_split_destroy
void purple_account_user_split_destroy(PurpleAccountUserSplit* split)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_user_split_get_default_value
const(char)* purple_account_user_split_get_default_value(const(PurpleAccountUserSplit)* split)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_user_split_get_reverse
gboolean purple_account_user_split_get_reverse(const(PurpleAccountUserSplit)* split)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_user_split_get_separator
char purple_account_user_split_get_separator(const(PurpleAccountUserSplit)* split)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_user_split_get_text
const(char)* purple_account_user_split_get_text(const(PurpleAccountUserSplit)* split)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_user_split_new
PurpleAccountUserSplit* purple_account_user_split_new(const(char)* text, const(char)* default_value, char sep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_user_split_set_reverse
void purple_account_user_split_set_reverse(PurpleAccountUserSplit* split, gboolean reverse)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

purple_account_option_add_list_item
da_purple_account_option_add_list_item purple_account_option_add_list_item;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_bool_new
da_purple_account_option_bool_new purple_account_option_bool_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_destroy
da_purple_account_option_destroy purple_account_option_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_default_bool
da_purple_account_option_get_default_bool purple_account_option_get_default_bool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_default_int
da_purple_account_option_get_default_int purple_account_option_get_default_int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_default_list_value
da_purple_account_option_get_default_list_value purple_account_option_get_default_list_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_default_string
da_purple_account_option_get_default_string purple_account_option_get_default_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_list
da_purple_account_option_get_list purple_account_option_get_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_masked
da_purple_account_option_get_masked purple_account_option_get_masked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_setting
da_purple_account_option_get_setting purple_account_option_get_setting;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_text
da_purple_account_option_get_text purple_account_option_get_text;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_get_type
da_purple_account_option_get_type purple_account_option_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_int_new
da_purple_account_option_int_new purple_account_option_int_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_list_new
da_purple_account_option_list_new purple_account_option_list_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_new
da_purple_account_option_new purple_account_option_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_set_default_bool
da_purple_account_option_set_default_bool purple_account_option_set_default_bool;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_set_default_int
da_purple_account_option_set_default_int purple_account_option_set_default_int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_set_default_string
da_purple_account_option_set_default_string purple_account_option_set_default_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_set_list
da_purple_account_option_set_list purple_account_option_set_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_set_masked
da_purple_account_option_set_masked purple_account_option_set_masked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_option_string_new
da_purple_account_option_string_new purple_account_option_string_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_user_split_destroy
da_purple_account_user_split_destroy purple_account_user_split_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_user_split_get_default_value
da_purple_account_user_split_get_default_value purple_account_user_split_get_default_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_user_split_get_reverse
da_purple_account_user_split_get_reverse purple_account_user_split_get_reverse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_user_split_get_separator
da_purple_account_user_split_get_separator purple_account_user_split_get_separator;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_user_split_get_text
da_purple_account_user_split_get_text purple_account_user_split_get_text;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_user_split_new
da_purple_account_user_split_new purple_account_user_split_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_account_user_split_set_reverse
da_purple_account_user_split_set_reverse purple_account_user_split_set_reverse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_Anonymous_0
struct _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Anonymous_1
struct _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta